@import 'iconfont.css';
@keyframes dow_arr1 {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dow_arr2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes large-s {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@font-face {
  font-family: 'iconfont';
  src: url('/upload/font/iconfont.eot');
  src: url('/upload/font/iconfont.eot?#iefix') format('embedded-opentype'), url('/upload/font/iconfont.woff2') format('woff2'), url('/upload/font/iconfont.woff') format('woff'), url('/upload/font/iconfont.ttf') format('truetype'), url('/upload/font/iconfont.svg#iconfont') format('svg');
}
@font-face {
  font-family: GOODTIME;
  src: url("/upload/GOODTIME.ttf");
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: 20px;
}
body {
  font-family: "Microsoft Yahei", "微软雅黑", "Arial";
  background-color: #EBEBEB;
}
img {
  display: block;
  width: 100%;
  line-height: 0;
}
.cf {
  zoom: 1;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.w1480 {
  width: 74rem;
  margin: 0 auto;
}
.w1520 {
  width: 76rem;
  margin: 0 auto;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.w1280 {
  width: 1280px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  padding: 20px;
}
.w1600 {
  width: 1600px;
  margin: 0 auto;
}
.w750 {
  width: 750px;
  margin: 0 auto;
}
.video-layer {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.video-layer .video-js {
  width: 1280px;
  height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.video-layer .video-js .vjs-big-play-button {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  line-height: 56px;
}
.video-layer .video-close {
  position: absolute;
  right: 3.5%;
  top: 10%;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
}
.video-layer .video-close i.video-cancel {
  display: block;
  transition: all 0.4s;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.video-layer .video-close i.video-cancel:hover {
  transform: rotate(180deg);
}
.video-layer.open {
  visibility: visible;
  opacity: 1;
  -webkit-animation-name: bigToLittle;
  animation-name: bigToLittle;
  z-index: 103;
}
.subnav {
  width: 100%;
  position: relative;
  z-index: 2;
}
.subnav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.subnav ul li {
  color: #808080;
}
.subnav ul li b {
  color: #7B191F;
  margin-right: 5px;
}
.subnav ul li i {
  padding: 0 0.2rem;
}
.subnav ul li.on {
  color: #000;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .mask {
  width: 100%;
  padding-top: 20%;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 79%, #EBEBEB 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pagination_box {
  width: 96.8%;
  margin: 1.5rem auto;
}
.pagination_box .pagination span,
.pagination_box .pagination a {
  border: 1px solid #E6E6E6;
  width: 35px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  margin: 0 3px;
  color: #B3B3B3;
  border-radius: 3px;
  overflow: hidden;
}
.pagination_box .pagination span:hover,
.pagination_box .pagination a:hover {
  background-color: #e9848a;
  color: #fff;
}
.pagination_box .pagination span.current,
.pagination_box .pagination a.current {
  background-color: #7B191F;
  color: #fff;
}
.pagination_box .pagination span.iconfont,
.pagination_box .pagination a.iconfont {
  width: 60px;
  background-color: transparent;
  color: #B3B3B3;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 17px;
  }
  .w1600 {
    width: 94%;
  }
}
@media screen and (max-width: 1500px) {
  .w1480 {
    width: 72rem;
    margin: 0 auto;
  }
  .w1520 {
    width: 74rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
  .video-layer .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .video-layer .video-js {
    height: 60%;
    width: 1100px;
  }
  .w1440 {
    width: 94%;
  }
}
@media screen and (max-width: 1366px) {
  .w1480 {
    width: 70rem;
    margin: 0 auto;
  }
  .w1520 {
    width: 72rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 15px;
  }
  .video-layer .video-js .vjs-big-play-button {
    width: 46px;
    height: 46px;
    line-height: 42px;
  }
  .video-layer .video-js {
    height: 60%;
    width: 96%;
  }
  .w1280 {
    width: 94%;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 15px;
  }
  .w1480 {
    width: 960px;
  }
  .w1520 {
    width: 980px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .video-layer .video-js .vjs-big-play-button {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  .video-layer .video-js {
    height: 60%;
    width: 96%;
    margin: 0;
  }
  #videoPopup .video-box {
    width: 80%;
  }
}
@media screen and (max-width: 998px) {
  .video-layer .video-js {
    height: 60%;
  }
  .video-layer .video-js .vjs-big-play-button {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .w750 {
    width: 94%;
  }
  html {
    font-size: 12px;
  }
  .video-layer .video-js .vjs-big-play-button {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  .video-layer .video-js {
    height: 60%;
  }
  .w1480 {
    width: 100%;
    padding: 0 20px;
  }
  .w1520 {
    width: 90%;
    padding: 0 20px;
  }
  .pagination_box {
    width: 100%;
  }
  .pagination_box .pagination span,
  .pagination_box .pagination a {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 400px) {
  .video-layer .video-js {
    height: 50%;
  }
}